-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MD] func testing for data source management listing #325
Conversation
Signed-off-by: mpabba3003 <[email protected]>
Signed-off-by: mpabba3003 <[email protected]>
Signed-off-by: mpabba3003 <[email protected]>
...boards/vanilla-opensearch-dashboards/datasource-management-plugin/2_datasource_table.spec.js
Outdated
Show resolved
Hide resolved
Signed-off-by: mpabba3003 <[email protected]>
Signed-off-by: mpabba3003 <[email protected]>
Signed-off-by: mpabba3003 <[email protected]>
related to opensearch-project/opensearch-build#2743 |
The bundle test workflow will fail due to this opensearch-project/opensearch-build#2743 |
Since 3.0.0 latest is not stable and your PR changed the bundle workflow, one workaround is to send a PR against 2.x branch so that it can trigger a workflow against 2.4.0 (Similar to https://github.com/opensearch-project/opensearch-dashboards-functional-test/actions/runs/3253106118/jobs/5340048924#logs) We can check if the "Bundle Snapshot based E2E Cypress tests workflow for core Dashboards" is successful against 2.4.0. (The dummy PR to 2.x branch could be discarded after the validation.) |
...rch-dashboards/opensearch-dashboards/datasource-management-plugin/2_datasource_table.spec.js
Show resolved
Hide resolved
...rch-dashboards/opensearch-dashboards/datasource-management-plugin/2_datasource_table.spec.js
Outdated
Show resolved
Hide resolved
...rch-dashboards/opensearch-dashboards/datasource-management-plugin/2_datasource_table.spec.js
Outdated
Show resolved
Hide resolved
...rch-dashboards/opensearch-dashboards/datasource-management-plugin/2_datasource_table.spec.js
Outdated
Show resolved
Hide resolved
...rch-dashboards/opensearch-dashboards/datasource-management-plugin/2_datasource_table.spec.js
Outdated
Show resolved
Hide resolved
I raised a PR against 2.x branch and the Bundle Snapshot based E2E Cypress tests workflow for core Dashboards" is successful against 2.4.0. Reference: https://github.com/opensearch-project/opensearch-dashboards-functional-test/actions/runs/3275360924/jobs/5390106545. Please ignore the one of cypress test case failed, I will fix it in my code. All other check pass. |
…ils/dashboards/datasource Signed-off-by: mpabba3003 <[email protected]>
Please take a look at #336 to check if all tests are passing or not |
See that the tests are passing for 2.4 https://github.com/opensearch-project/opensearch-dashboards-functional-test/actions/runs/3275760558/jobs/5391007264 Great work! |
Rerun https://github.com/opensearch-project/opensearch-dashboards-functional-test/actions/runs/3275934146/jobs/5392212603 is now successful on this PR |
* [MD][PoC] Multiple data source create credential use case * func testing for data source management listing & es lint on few existing files * updating the datasource listing tests with new features Signed-off-by: mpabba3003 <[email protected]> * refactoring create button test Signed-off-by: mpabba3003 <[email protected]> * adding feature flag and Re-org folder structure Signed-off-by: mpabba3003 <[email protected]> * lint Signed-off-by: mpabba3003 <[email protected]> * updating timeout to 1800 Signed-off-by: mpabba3003 <[email protected]> * optimizing test cases run time & re-org utils/plugin/datasource -> utils/dashboards/datasource Signed-off-by: mpabba3003 <[email protected]> Signed-off-by: mpabba3003 <[email protected]> Co-authored-by: Louis Chu <[email protected]> (cherry picked from commit 25bd809)
…ect#325) * [MD][PoC] Multiple data source create credential use case * func testing for data source management listing & es lint on few existing files * updating the datasource listing tests with new features Signed-off-by: mpabba3003 <[email protected]> * refactoring create button test Signed-off-by: mpabba3003 <[email protected]> * adding feature flag and Re-org folder structure Signed-off-by: mpabba3003 <[email protected]> * lint Signed-off-by: mpabba3003 <[email protected]> * updating timeout to 1800 Signed-off-by: mpabba3003 <[email protected]> * optimizing test cases run time & re-org utils/plugin/datasource -> utils/dashboards/datasource Signed-off-by: mpabba3003 <[email protected]> Signed-off-by: mpabba3003 <[email protected]> Co-authored-by: Louis Chu <[email protected]> Signed-off-by: Jakub Przybylski <[email protected]>
Description
[MD] func testing for data source management listing
Issues Resolved
opensearch-project/OpenSearch-Dashboards#2576
Screenshots
2_datasource_table.spec.js.mp4
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.